Oracle Database Application Security by Osama Mustafa & Robert P. Lockard

Oracle Database Application Security by Osama Mustafa & Robert P. Lockard

Author:Osama Mustafa & Robert P. Lockard
Language: eng
Format: epub
ISBN: 9781484253670
Publisher: Apress


def handle_close(self):

self.close()

self.receiver.close()

if __name__=='__main__':

import optparse

parser = optparse.OptionParser()

parser.add_option(

'-l','--local-ip',

dest='local_ip',default='127.0.0.1',

help='Local IP address to bind to')

parser.add_option(

'-p','--local-port',

type='int',dest='local_port',default=80,

help='Local port to bind to')

parser.add_option(

'-r','--remote-ip',dest='remote_ip',

help='Local IP address to bind to')

parser.add_option(

'-P','--remote-port',

type='int',dest='remote_port',default=80,

help='Remote port to bind to')

options, args = parser.parse_args()

forwarder(options.local_ip,options.local_port,options.remote_ip,options.remote_port)

asyncore.loop()



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.